home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Hand, monitor
- set the cursor of sprite 2 to Hand
- set the cursor of sprite 3 to Hand
- set the cursor of sprite 4 to Hand
- set the cursor of sprite 6 to Hand
- set the cursor of sprite 7 to Hand
- set the cursor of sprite 10 to Hand
- set the cursor of sprite 11 to Hand
- set the cursor of sprite 12 to Hand
- set the timeoutLength to 30 * 60
- set the timeoutScript to "JulieMonitor"
- set monitor to 0
- set the text of field "SPEED RATE" to "GESTOPPT"
- set the textFont of field "SPEED RATE" to "Geneva"
- set the textStyle of field "SPEED RATE" to "Bold"
- set the textSize of field "SPEED RATE" to 12
- if the colorDepth = 8 then
- set the foreColor of member "SPEED RATE" to 180
- end if
- puppetSprite(6, 0)
- updateStage()
- end
-